home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / var / db / pkg / net-wireless / redfang-2.5 / redfang-2.5.ebuild < prev   
Text File  |  2006-01-23  |  750b  |  36 lines

  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/bluez-utils-2.19.ebuild,v 1.7 2006/01/02 07:47:06 compnerd Exp $
  4.  
  5. IUSE=""
  6.  
  7. inherit eutils
  8.  
  9. DESCRIPTION="A very good bluetooth scanner"
  10. HOMEPAGE=""
  11. SRC_URI=""
  12.  
  13. LICENSE="GPL-2"
  14. SLOT="0"
  15. KEYWORDS="amd64 hppa ppc sparc x86"
  16.  
  17. RDEPEND=">=net-wireless/bluez-libs-2.19"
  18.  
  19. DEPEND="${RDEPEND}"
  20.  
  21. src_unpack() {
  22.     einfo "This is a fake ebuild, maybe some will come..."
  23. }
  24.  
  25. src_compile() {
  26.     einfo "This is a fake ebuild, maybe some will come..."
  27. }
  28.  
  29. src_install() {
  30.     einfo "This is a fake ebuild, maybe some will come..."
  31. }
  32.  
  33. pkg_postinst() {
  34.     einfo "This is a fake ebuild, maybe some will come..."
  35. }
  36.